type runtime.iface

13 uses

	runtime (current package)
		alg.go#L98: 	a := (*iface)(p)
		alg.go#L235: 	x := *(*iface)(p)
		alg.go#L236: 	y := *(*iface)(q)
		iface.go#L433: func assertI2I2(inter *interfacetype, i iface) (r iface) {
		iface.go#L457: func assertE2I2(inter *interfacetype, e eface) (r iface) {
		iface.go#L472: func reflect_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
		iface.go#L473: 	*dst = iface{assertE2I(inter, e._type), e.data}
		iface.go#L477: func reflectlite_ifaceE2I(inter *interfacetype, e eface, dst *iface) {
		iface.go#L478: 	*dst = iface{assertE2I(inter, e._type), e.data}
		mfinal.go#L249: 						(*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
		print.go#L259: func printiface(i iface) {
		runtime2.go#L204: type iface struct {